net.sockaddr.Network (method)
5 uses
net (current package)
dial.go#L348: if op == "dial" && hint != nil && addr.Network() != hint.Network() {
dial.go#L376: if addr.Network() != hint.Network() {
file_unix.go#L61: fd.net = laddr.Network()
net.go#L117: Network() string // name of the network (for example, "tcp", "udp")
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)